.TH E1432_DELETE_CHANNEL_GROUP 3 E1432
.SH NAME
.nf
e1432_delete_channel_group \- Delete a group of E1432 channels
e1432_delete_all_chan_groups \- Delete all groups of E1432 channels
.fi
.IX e1432_delete_channel_group(3) 3
.IX e1432_delete_all_chan_groups(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_delete_channel_group(E1432ID hw, SHORTSIZ16 ID)
SHORTSIZ16 e1432_delete_all_chan_groups(E1432ID hw)
.cE
.SH DESCRIPTION
\fIe1432_delete_channel_group\fR deletes a group previously made using
\fIe1432_create_channel_group\fR.  After this call, the deleted group
ID should not be used anymore.

\fIe1432_delete_all_chan_groups\fR deletes all channel groups.
  
\fIhw\fR must be the result of a successful call to
\fIe1432_assign_channel_numbers\fR, and specifies the group of
hardware to talk to.

\fIID\fR is the ID of a group of channels that was obtained with a
call to \fIe1432_create_channel_group\fR.
.SH "RESET VALUE"
Not applicable.
.SH "RETURN VALUE"
\fIe1432_delete_all_chan_groups\fR always returns 0.
\fIe1432_delete_channel_group\fR returns 0 if successful, a (negative)
error number otherwise.
.SH "SEE ALSO"
.na
e1432_assign_channel_numbers, e1432_create_channel_group,
e1432_channel_group_add, e1432_channel_group_remove
.ad
